Color Schemes
Plugins
Neovim
GitHub
Dev setup for init.lua and plugin development with full signature help, docs and completion for the Neovim Lua API.
A GitHub action that publishes your Neovim plugins to LuaRocks.
Commands to help write your .vimrc in Lua or any Lua based language.
A guide to using Lua in Neovim.
Interactive real time Neovim scratchpad for embedded Lua engine - Type and watch!.
Plenary: full; complete; entire; absolute; unqualified. All the Lua functions I don't want to write twice.
An implementation of the Popup API from Vim.
Single file, no dependency, easy copy & paste log file to add to your Neovim Lua plugins.
REPL/debug console Lua plugins. The `:Luadev` command will open an scratch window which will show output from executing Lua code.
An adapter for the Neovim Lua language. It allows you to debug any Lua code running in a Neovim instance (A Lua plugin that can debug Neovim Lua plugins).
SQLite/LuaJIT binding for Lua and Neovim.
UI Component Library.
Module of `mini.nvim` for generation of help files from EmmyLua-like annotations. Allows flexible customization of output via hook functions.
The luv docs in vimdoc format.
A reference for builtin Lua functions.
Module of `mini.nvim` with framework for writing extensive Neovim plugin tests. Supports hierarchical tests, hooks, parametrization, filtering, screen tests, "busted-style" emulation, customizable reporters, and more.
A safe require replacement with niceties.
A Lua UI library. Includes a fzy search bar, list view and tree view modules.
Create animations.
Some useful Treesitter methods.
Adds support for Structured Async/Concurrency in Lua.